Re: libpq/INSERT

Поиск
Список
Период
Сортировка
От liam
Тема Re: libpq/INSERT
Дата
Msg-id a05010400b70b5618dad1@[192.168.0.4]
обсуждение исходный текст
Ответ на libpq/INSERT  ("Andy Champion" <andychampion@hotmail.com>)
Список pgsql-interfaces
At 3:31 PM +0000 4/24/01, Andy Champion wrote:
>Hi, i'm trying to insert data pulled into a postgresql database but 
>i'm having some problems with the inserts.
>
>i know that this:
>sprintf(insert_string, "INSERT INTO udpdata VALUES (1234);\n");
>

i= 1234 ;
sprintf (insert_string, "INSERT INTO updata VALUES(%i);\n",i) ;


it's just plain old ordinary ansi c.
-- 
Later . . . 'liam

allenwc@home.com
William C Allen, BLS, EET

"It may be that your sole purpose in life is to serve as a warning to others"
At least I /have/ a purpose!


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Andy Champion"
Дата:
Сообщение: libpq/INSERT
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: libpq/INSERT